-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RAG] Agentic RAG workflow on tabular data from a PDF file #376
Conversation
Thanks @AgentGenie, nice work on getting a workflow to successfully extract data from a table image within a PDF! A couple of notes:
Thanks! |
Signed-off-by: Mark Sze <[email protected]>
@marklysze Addressed the comments. Pre-commit from my local looks fine. I guess it is because git lfs but don't know how to resolve it. Can we skip it? |
Signed-off-by: Mark Sze <[email protected]>
Signed-off-by: Mark Sze <[email protected]>
I'll look at ignoring these in the pre-commit config. |
Signed-off-by: Mark Sze <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @AgentGenie!
Why are these changes needed?
Introduce a workflow to extract accurate tabular data information from a pdf file.
This is one key component to support agentic rag on general pdf file.
Related issue number
Related to #68
Checks